<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
* é¦–é¡µ
* date:2021-01-02
* author: jqn;
*/
.row {
    margin-top: 30px;
}
.mod {
    height: 100%;
}
.mod-title {
    height: 40px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dedede;
}
.mod-title-txt {
    width: 109px;
    height: 41px;
    line-height: 41px;
    background: url(../images/title-bg1.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-left: 12px;
    font-size: 23px;
    line-height: 41px;
    font-weight: bold;
}
.mod-title-txt a {
    color: #fff;
}
.mod-content {
    height: calc(100% - 45px);
    box-sizing: border-box;
    overflow: hidden;
}
.mod-b {
    height: 350px;
}
.mod-b .mod-title-txt {
    width: 141px;
    height: 40px;
    line-height: 40px;
    background: url(../images/title-bg2.png) center no-repeat;
    background-size: 100% 100%;
}
.mod-b .mod-content {
    padding: 10px 1px 0;
}
.mod-c .mod-title {
    height: 44px;
    line-height: 44px;
    background: url(../images/title-bg3.png) center no-repeat;
    text-align: center;
    border-bottom: none;
}
.mod-c .mod-title-txt {
    display: inline;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: transparent;
    line-height: 44px;
}
.mod-c .mod-content {
    padding: 0 30px;
}
.notice-item {
    display: block;
    height: 54px;
    position: relative;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 23px;
    color: #333333;
    cursor: pointer;
}
.notice-item + .notice-item {
    border-top: 1px dashed #dcdcdc;
}
.notice-item::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #999999;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: #999999;
}
.notice-item:hover {
    color: #c63240;
}
.notice-item:hover::before {
    background-color: #c63240;
}

/* å›¾ç‰‡è½®æ’­ */

.slider {
    position: relative;
    margin: 0;
    width: auto;
    height: 390px;
}

.slider .item {
    display: block;
    height: 390px;
}

.slider img {
    display: block;
    width: 100%;
    height: 390px;
}

.slider-intro {
    position: absolute;
    right: 7px;
    bottom: 0;
    left: 7px;
    padding: 0 130px 0 20px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.slider .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 12px;
    height: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.slider button.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    width: 14px;
    height: 6px;
    background: #fff;
}

.slider button.owl-dot.active {
    background: #4c84f9;
}

/* äººç‰©å¡ç‰‡ */
.person-card {
    height: 218px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 10px 15px 20px;
}
.person-l {
    width: 100px;
    padding-top: 12px;
}
.person-img {
    width: 100%;
    height: 134px;
}
.ld-mail {
    display: block;
    width: 81%;
    height: 30px;
    background-color: #ffe5e3;
    margin-top: 10px;
    text-align: center;
}
.mail-icon {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../images/mail-icon.png) center no-repeat;
    background-size: 100% 100%;
}
.person-r {
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 26px;
}
.field {
    line-height: 40px;
    font-size: 19px;
}
.field-key {
    width: 101px;
    color: #666666;
}
.field-val {
    color: #333333;
    word-wrap: break-word;
    padding-left: 20px;
}
.person-block {
    height: 66px;
    padding: 0 25px;
    font-size: 0;
    margin-top: 15px;
    cursor: pointer;
}
.person-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
}
.person-block-name {
    display: inline-block;
    width: calc(100% - 47px);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.person-block1 {
    background: linear-gradient(to top, #e1554a, #f4847b);
}
.person-block1 .person-icon {
    background: url(../images/persons-icon.png) center no-repeat;
    background-size: 100% 100%;
}
.person-block2 {
    background: linear-gradient(to top, #ff8921, #fcbb82);
}
.person-block2 .person-icon {
    background: url(../images/list.png) center no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 520px) {
    .field {
        line-height: 26px;
    }
    .person-block {
        padding: 0 10px;
    }
    .person-card {
        height: auto;
    }
    .person-r {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
}
.news-item {
    position: relative;
    font-size: 22px;
    height: 50px;
    line-height: 36px;
    padding-left: 10px;
    cursor: pointer;
}
.news-item::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #999999;
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 0px;
    background-color: #999999;
}
.news-item:hover {
    color: #c63240;
}
.news-item:hover:before {
    background-color: #c63240;
}
.news-item .date {
    width: 100px;
    text-align: right;
}
.news-name {
    width: calc(100% - 10px);
}

/* å¤šå›¾ç‰‡è½®æ’­å›¾ */
.special-block {
    padding: 10px 0;
    margin: 0 10px;
    border: 1px solid #efefef;
}
.special {
    /* margin: 30px 30px 20px 30px; */
    width: auto;
    overflow: hidden;
}

.special .item {
    position: relative;
    display: block;
    height: 113px;
}
.item-imgbox {
    display: block;
    width: 100%;
    height: 113px;
    padding: 0 10px;
}
.special img {
    width: 100%;
    height: 100%;
}
.special .owl-dots {
    text-align: center;
}
.special .owl-dot {
    display: inline-block;
    margin-right: 5px;
}
.special .owl-dot span {
    display: block;
    width: 14px;
    height: 10px;
    border-radius: 5px;
    background-color: #f4c3bf;
}
.special .owl-dot.active span {
    display: block;
    width: 44px;
    height: 10px;
    border-radius: 5px;
    background-color: #db392c;
}
/* æ”¿åŠ¡å…¬å¼€ */
.zw-block {
    height: 74px;
    font-size: 22px;
    background-color: #ffecee;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
}
.zw-block:hover {
    background-color: #dd5c68;
    color: #fff;
}
.zw-block-icon {
    width: 40px;
    height: 40px;
}
.zw-icon1 {
    background: url(../images/zw-icon1.png) center no-repeat;
}
.zw-icon2 {
    background: url(../images/zw-icon2.png) center no-repeat;
}
.zw-icon3 {
    background: url(../images/zw-icon3.png) center no-repeat;
}
.zw-icon4 {
    background: url(../images/zw-icon4.png) center no-repeat;
}
.zw-block:hover .zw-icon1 {
    background: url(../images/zw-icon1-active.png) center no-repeat;
}
.zw-block:hover .zw-icon2 {
    background: url(../images/zw-icon2-active.png) center no-repeat;
}
.zw-block:hover .zw-icon3 {
    background: url(../images/zw-icon3-active.png) center no-repeat;
}
.zw-block:hover .zw-icon4 {
    background: url(../images/zw-icon4-active.png) center no-repeat;
}
@media (max-width: 460px) {
    .zw-block {
        font-size: 16px;
        line-height: 16px;
    }
}
/* åº•éƒ¨ */
.selects .row {
    margin-top: 0;
}
.bottom {
    position: relative;
    background-color: #c63240;
    padding-bottom: 40px;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

.gongan-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/gongan-icon.png) center no-repeat;
    background-size: 100% 100%;
}
.dz-icon {
    position: absolute;
    top: 18px;
    right: 60px;
    background: url(../images/dzjg-icon.png) center no-repeat;
    width: 58px;
    height: 75px;
    background-size: 100% 100%;
}
.footer-line {
    text-align: center;
    line-height: 36px;
    word-wrap: break-word;
}
@media (max-width: 1280px) {
    .dz-icon {
        top: 30px;
        right: 50px;
    }
}
@media (max-width: 980px) {
    .dz-icon {
        top: 30px;
        right: 10px;
    }
    .bottom &gt; .container {
        padding: 0 100px;
    }
    .zw-imgbox {
        margin-top: 30px;
    }
    .zw-img {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .bottom &gt; .container {
        padding-left: 30px;
    }
}

.owl-det {
    line-height: 200%;
    font-size: 16px;
    text-indent: 2em;
    /*     margin-top: 18px; */
}

.main_cont1 {
    width: 100%;
    min-height: 100px;
    text-align: center;
    margin: 30px auto 0 auto;
    overflow: hidden;
    background: #f5f5f5;
    /*! padding: 15px; */
}

.main_cont1 h3 {
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    line-height: 38px;
    overflow: hidden;
    font-family: 'å¾®è½¯é›…é»‘', 'å®‹ä½“';
}

.main_cont1 h3 a {
    color: #ed0505;
    font-size: 52px;
    font-weight: bold;
    line-height: 92px;
}

.peoson &gt; a {
    float: left;
    width: calc((100% - 14px) / 2);
    margin-top: 0;
    margin-left: 14px;
}

.peoson &gt; a:first-child {
    margin-left: 0;
}

@media (max-width: 979px) {
    .notice {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .main_cont1 {
        height: auto;
    }
    .main_cont1 h3 {
        line-height: 38px;
    }
    .main_cont1 h3 a {
        font-size: 30px;
    }
    .slider,
    .slider .item,
    .slider img {
        height: auto;
    }
}

.selects select {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 35px;
}


.mt15 {
    margin-top: 15px;
}

.peoson {
    margin-top: 15px;
}

.mod-tabs {
    float: left;
    margin: 8px 0 0 0;
}

.mod-tabname {
    float: left;
    margin-left: 14px;
    padding: 0 12px;
    height: 32px;
    line-height: 28px;
    font-size: 18px;
    border: 2px solid #dedede;
}

.mod-tabname:first-child {
    margin-left: 9px;
}

.mod-tabname.active {
    color: #ed0505;
}

.notice-item.topping {
    font-weight:bold;
}</pre></body></html>